home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / pict20.dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  499 b   |  17 lines

  1. on mouseDown
  2.   global qtframelist, movieprepos, scastname
  3.   repeat while the stillDown
  4.     if rollOver(clickOn()) then
  5.       if the memberNum of sprite 24 = (getAt(qtframelist, movieprepos + 1) - 1) then
  6.         set the member of sprite 24 to member getAt(qtframelist, movieprepos) of castLib scastname
  7.         rightupdate()
  8.       else
  9.         set the memberNum of sprite 24 to the memberNum of sprite 24 + 1
  10.         rightupdate()
  11.       end if
  12.       next repeat
  13.     end if
  14.     exit
  15.   end repeat
  16. end
  17.